Function |to_json
json::|to_json
Usage
|to_json(text)
Parameters
↳ text: string
Return
↴ Option<Json>
Parse text into a Json value, returning none if text is not valid JSON.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
json::|to_json
|to_json(text)
↳ text: string
↴ Option<Json>
Parse text into a Json value, returning none if text is not valid JSON.